curl -fsSL <https://deno.land/install.sh> | sh
Modify .zshrc
.zshrc
export DENO_INSTALL="/home/cktbr/.deno" export PATH="$DENO_INSTALL/bin:$PATH"